ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1SortCollectionView<T> Class / UseCPUsInParallel Property

In This Topic
    UseCPUsInParallel Property (C1SortCollectionView<T>)
    In This Topic
    Gets or sets a value indicating whether the operations will be performed using parallels CPU's.
    Syntax
    'Declaration
     
    Public Property UseCPUsInParallel As System.Boolean
    public System.bool UseCPUsInParallel {get; set;}
    See Also